home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW noweb 2.7 / Makefile < prev    next >
Encoding:
Makefile  |  1995-11-02  |  312 b   |  20 lines  |  [TEXT/MPS ]

  1. # Copyright 1995 by Norman Ramsey.  All rights reserved.
  2. # See file COPYRIGHT for more information.
  3.  
  4. all    ƒ
  5.     Directory :c
  6.     Set Echo 0
  7.     BuildProgram all
  8.     Directory ::
  9.     Set Echo 1
  10.  
  11. install    ƒ
  12.     Directory :c
  13.     Set Echo 0
  14.     BuildProgram install
  15.     Directory ::
  16.     Set Echo 1
  17.  
  18. Distrƒ
  19.     Distribute noweb.dist noweb_03Nov95.sit
  20.